home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / datacomm / 112 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: news.danadata.dk!usenet
  2. From: hendis@aix1.danadata.dk (Henrik Dissing)
  3. Newsgroups: comp.sys.amiga.datacomm
  4. Subject: Re: ppp/dialscript problem
  5. Date: 5 Jan 1996 18:55:50 GMT
  6. Organization: DanaData Internet Services
  7. Message-ID: <1039.6578T1189T2361@aix1.danadata.dk>
  8. References: <1226.6578T292T1059@postoffice.ptd.net>
  9. NNTP-Posting-Host: 193.162.156.19
  10. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  11.  
  12.  
  13. On 05-Jan-96 11:04:36, hankduck wrote:
  14.  
  15. > Apparently, there are three lines available from the one dialup phone
  16. > number. The prompt for the 1 line is "cs1.spa.xxx.xxx"; for the second,
  17. > "cs2.spa.xxx.xxx" and the third "cs3.spa.xxx.xxx". There is no way of
  18. > knowing which line is available at any given time. If I get cs1, and my
  19. > dialscript
  20. > containing this prompt is in my setup, I get a perfect connection. If I get
  21. > cs2, with the prompt for cs1 in my dialscript, I get a strange connection
  22. > that gives me illegible code, and I either have to wait for a "timeout" or
  23. > reboot to break the connection. If I reach cs2 and have the dialscript with
  24. > cs2 prompt set-up, I also get a perfect connection.The same goes for cs3.
  25.  
  26. Just look out for the substring that's mutual to all of them:
  27.  
  28. WAIT ".spa.xxx.xxx"
  29.  
  30. or maybe 
  31.  
  32. WAIT ".spa."
  33.  
  34. (in case the "xxx" bits are something variable)
  35.  
  36. --
  37. Henrik Dissing                                E-mail:  hendis@aix1.danadata.dk
  38. Tranbjerg, Denmark                            FidoNet: 2:238/24.6
  39.  
  40.  
  41.